home *** CD-ROM | disk | FTP | other *** search
/ Champak 143 / (Vol 143) Nov 15 2011.iso / Games / cubic_shot_3.swf / scripts / frame_5 / DoAction.as
Text File  |  2011-11-15  |  166b  |  8 lines

  1. nowF = "title";
  2. if(soundon == "yes")
  3. {
  4.    _root.titleSound = new Sound(this);
  5.    _root.titleSound.attachSound("titleSoundM");
  6. }
  7. _root.titleSound.start(0,999);
  8.